home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / 02Dsurround.swf / scripts / DefineButton2_251 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-02-03  |  76 b   |  5 lines

  1. on(release){
  2.    _root.popup.gotoAndStop("stop");
  3.    gotoAndStop(120);
  4. }
  5.